Class HOGFeatureDescriptor
Defined in File hog.h
Class Documentation
-
class HOGFeatureDescriptor
Public Functions
-
HOGFeatureDescriptor(int, int, int, float)
-
cv::Mat computeHOG(const cv::Mat&)
-
void computeHOG(std::vector<float> &feature_vec, const cv::Mat &img)
Protected Attributes
-
int N_BINS
-
int ANGLE
-
int BINS_ANGLE
-
int CELL
-
int BLOCK
-
HOGFeatureDescriptor(int, int, int, float)